







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Removes all items from the set.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
| C# |
|---|
public override sealed void Clear() |
| Visual Basic (Declaration) |
|---|
Public Overrides NotOverridable Sub Clear |
| Visual C++ |
|---|
public: virtual void Clear () override sealed |
Remarks
Clearing the sets takes a constant amount of time, regardless of the number of items in it.
See Also
OrderedSet<(Of <T>)> Class
Wintellect.PowerCollections Namespace
